Connect to key_press_event and handle Alt-Down/Alt-Up to show or hide the
authorMatthias Clasen <maclas@gmx.de>
Thu, 4 Mar 2004 23:35:31 +0000 (23:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 4 Mar 2004 23:35:31 +0000 (23:35 +0000)
commit1810dba3384c18152bf9993467acbf8f36528312
tree25f429f515a8de4496cdaec37804c3ba02731405
parent1af39383d6131665abcfcad7254e6dc0f01bb1a6
Connect to key_press_event and handle Alt-Down/Alt-Up to show or hide the

Fri Mar  5 00:05:59 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c (gtk_combo_box_list_setup):
* gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Connect to
key_press_event and handle Alt-Down/Alt-Up to show or hide the
list popup. Also handle Down/Up/PageDown/PageUp/Home/End and
make them change the active item without popping up the list.
These keybindings are inherited from GtkCombo.

Thu Mar  4 23:15:58 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c (gtk_combo_box_menu_position): Initially
select the active item when using optionmenu-like positioning.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c